Platform Explorer / Nuxeo Platform 6.0

Operation Context.RestoreBlobsInput (Restore Files Input)

Description

Restore the file list input from a context variable given its name. Return the files.
Operation id Context.RestoreBlobsInput
Category Execution Context
Label Restore Files Input
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  

Signature

Inputs void
Outputs bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.RestoreBlobsInput
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.RestoreBlobsInput",
  "label" : "Restore Files Input",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Restore the file list input from a context variable given its name. Return the files.",
  "url" : "Context.RestoreBlobsInput",
  "signature" : [ "void", "bloblist" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}